--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 5c3d47fbd2f469b32777d2cffa93cb68942955f1
Parents : d35e23c
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-07-05T01:22:55+02:00
Fixed invalid reference
Changes
Diff
diff --git a/nomadnet/ui/textui/Network.py b/nomadnet/ui/textui/Network.py
index e261583..4233974 100644
--- a/nomadnet/ui/textui/Network.py
+++ b/nomadnet/ui/textui/Network.py
@@ -1191,8 +1191,8 @@ class NodeInfo(urwid.WidgetWrap):
self.t_storage_stats = NodeStorageStats(self.app)
NodeInfo.storage_timer = self.t_storage_stats
else:
- self.t_active_links = NodeInfo.links_timer
- self.t_active_links.update_stat()
+ self.t_storage_stats = NodeInfo.links_timer
+ self.t_storage_stats.update_stat()
if NodeInfo.conns_timer == None:
self.t_total_connections = NodeTotalConnections(self.app)
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────